home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / online / awebgetmail / awebgetmail.doc next >
Text File  |  1996-10-24  |  3KB  |  63 lines

  1. Short:    Download and View e-mail in Aweb .
  2. Author:   Jeff Dettman(tomeeee@soho.ios.com)
  3. Uploader: Jeff Dettman(tomeeee@soho.ios.com)
  4. Type:     comm/tcp
  5.  
  6. TITLE
  7.  
  8.     AwebGetmail v1.1
  9.  
  10. AUTHOR
  11.  
  12.      Jeff Dettman
  13.      tomeeee@soho.ios.com
  14.  
  15. DESCRIPTION
  16.  
  17.  I grabbed a file off aminet awhile back that allowed you to download
  18. your email via getmail off your pophost and load it into Aweb to
  19. view which was a nice idea. I couldn't get it to work right and I didn't
  20. like having all the messages in one file because I get alot of junk mail I
  21. don't read most of the time.So I took the same principal and rewrote it
  22. so you can just view the messages from people you want to and also reply
  23. via mailto.It will also let you know if you don't have anymail.You can
  24.  also save all the messages to a dir of your choice to
  25. view later.
  26.   Just a note,it will writeover messages that you saved in that dir before
  27. if you save again.So if you want to save them for the future make sure to
  28. rename them or move them or you can save the individual messages by using
  29. aweb save source instead of saving all of them.
  30.  
  31.  
  32. Installing ===================================
  33.  
  34. 1:> Copy the correct version of GetMail for your processor to "c:"
  35.     directory  and rename it to GetMail.
  36.  
  37. 2:>a. You will now have to modify the script "Getmail.rexx" to your
  38.       pophost specifications noted in the script.
  39.  
  40.    b.Also if you want to save your email to read later you will need to
  41.      change the  "save.rexx" script to the directory of your choice.
  42.  
  43.   c.Now that you have modified the scripts to your settings copy all the
  44.    scripts to the REXX: directory.
  45.  
  46.  
  47. USING===================================================
  48.  
  49.     1.Just call the Getmail.rexx script from Aweb.
  50.     2. "Delete" deletes all the messages in ram if you are cramped on space
  51.     3. "Save" saves all the messages to the the directory you specified in 
  52.        the "save.rexx" script.Just load the from.html page from that
  53.        directory to get who the messages are from are click on the names
  54.        to read the messages.Also the From: line in each message calls the 
  55.        mailto: fuction if you want to reply to the message.
  56.  
  57.  
  58. NOTE: In case you have problems with lines from the email header getting
  59.       into the message you might want to look at the the T:Getmail.tempfile
  60.       to see which word begins and ends your header.It is set for
  61.       Received: <----beginning of E-mail header
  62.       X-UIDL: <-----ending of my header before the message.
  63.       Just edit the trimmail.rexx script file to your.